home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / anacrontab < prev    next >
Text File  |  2008-09-02  |  395b  |  13 lines

  1. # /etc/anacrontab: configuration file for anacron
  2.  
  3. # See anacron(8) and anacrontab(5) for details.
  4.  
  5. SHELL=/bin/sh
  6. PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
  7.  
  8. # These replace cron's entries
  9. 1    5    cron.daily     nice run-parts --report /etc/cron.daily
  10. 7    10    cron.weekly     nice run-parts --report /etc/cron.weekly
  11. @monthly    15    cron.monthly nice run-parts --report /etc/cron.monthly
  12.  
  13.